projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
159caba
)
quartz: make it compile
author
Kristian Rietveld
<kris@gtk.org>
Thu, 12 Aug 2010 08:57:59 +0000
(10:57 +0200)
committer
Kristian Rietveld
<kris@gtk.org>
Thu, 12 Aug 2010 08:57:59 +0000
(10:57 +0200)
gdk/quartz/gdkwindow-quartz.c
patch
|
blob
|
history
diff --git
a/gdk/quartz/gdkwindow-quartz.c
b/gdk/quartz/gdkwindow-quartz.c
index 6871f955ca4af41382169bde9a16f4e8e0a6c400..4be1f5aaf684d0e39ce01fd079c4b58390dc87ce 100644
(file)
--- a/
gdk/quartz/gdkwindow-quartz.c
+++ b/
gdk/quartz/gdkwindow-quartz.c
@@
-292,7
+292,7
@@
gdk_window_impl_quartz_begin_paint_region (GdkPaintable *paintable,
}
gdk_cairo_set_source_pixmap (cr, bg_pixmap, x_offset, y_offset);
- cairo_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT);
+ cairo_
pattern_
set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT);
}
/* Can use cairo_paint() here, we clipped above */